home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form View
- BackColor = &H00000000&
- Caption = "View"
- ClientHeight = 5325
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 9360
- Icon = "View.frx":0000
- LinkTopic = "Form1"
- ScaleHeight = 5325
- ScaleWidth = 9360
- StartUpPosition = 3 'Windows Default
- WindowState = 2 'Maximized
- Begin VB.Image Image1
- Height = 2055
- Left = 0
- Top = 0
- Width = 3855
- End
- Attribute VB_Name = "View"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- Me.Caption = MainForm.File2.FileName
- Image1.Picture = LoadPicture(MainForm.Dir2.Path + "\" + MainForm.File2.FileName)
- End Sub
-